.menubrands .logos {
	position: relative;
	width: 14%;
}
.menubrands  {
	width: 100%;
}

@media screen and (max-width: 767px) {
	
	#main-menu > li > a {
		line-height: normal !important;
	}	

	#main-menu > li ul.submainmenu li.leaves a {
		height: auto !important;
		line-height: normal !important;
		padding: 1em 1.5em;
		white-space: normal;
	}	
	
	#subnav .uppercase
	{
		display: none !important;
	}	
}

@media screen and (max-width: 967px) {
	#main-menu > li ul.submainmenu li.leaves a {
		height: auto;
		line-height: normal !important;
		white-space: normal;
		padding: 1em 1.5em;
	}
	
	#subnav .uppercase
	{
		display: none !important;
	}
}


